Documentation forSecurity Event Manager

Create and manage storage accounts, resource groups, and locations

If you have a storage account, run the following command in the Azure CLI to display the account.

az storage account list

If a storage account does not exist, create a new account.

The resource group name and location are in the JSON output. For details about listing the storage account in the command line, see az storage account on the Microsoft Learn website (© Microsoft Corporation, available at learn.microsoft.com, retrieved March 20, 2023).

To access the Azure Portal, click Portal in the upper right of the Microsoft Azure page.

Storage accounts, locations, and resource groups are also available in the Azure Portal under Home > Storage accounts.

The storage account name, location, and resource group names are required to run additional commands. Create and maintain a list for later use.

Create a storage account in the Azure Portal

  1. On the Azure Portal Home page, click Storage accounts.
  2. On the Storage accounts toolbar, click Add.

  3. Under Project details, select your Subscription and Resource group from the drop-down lists.

  4. If you do not have a resource group, click Create new.

  5. Enter a name for the resource group. Record and save the name in a safe place.
  6. Click OK.
  7. Under Instance details, enter a name for the storage account. Record and save the name in a safe place.

    When you create a name, ensure that the name:

    • Includes between 3 and 24 characters.

    • Includes numbers and lowercase letters.

    • Does not currently exist in Azure.

  8. Select a location, or use the default location. Record and save the location name in a safe place.
  9. Accept the default values for the remaining fields.
  10. Click Review + create to review your settings, and then click Create.

  11. To verify the storage account, open a command prompt and run the following command:

    where john.doe is your username.

  12. Scroll down and locate the name of your new storage account.

    Record the names of your storage account and resource group, as well as the location. You will need them later.

  13. Now that you have a storage account and resource group, create a container. The container holds your uploaded VHD files.
    1. On the Azure Portal Home page, click Storage accounts.
    2. Select your storage account, and then click Containers.

    3. On the Containers toolbar, click + Container.
    4. Enter a name for your container. Record and save the name in a safe place.
    5. Click OK.